home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-18 | 397 b | 15 lines | [TEXT/MPS ] |
- # MakeFile - Make instructions for AsmIIGS language examples
- #
- # Copyright Apple Computer, Inc. 1987
- # All rights reserved.
- #
- # This makefile builds:
- # The sample application: playsound
- #
- playsound ƒƒ playsound.aii.obj playsound.init.aii
- LinkIIGS playsound.aii.obj -o playsound
- DuplicateIIGS -y -mac playsound :
-
- playsound.aii.obj ƒ playsound.aii playsound.init.aii
- AsmIIGS playsound.aii
-